home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VCM / VCM.MDB / VcmComponentContainer / 01_Cabinet / controls.mdb / Controls.json
Encoding:
JavaScript Object Notation  |  1998-05-18  |  926 b 

  1. {
  2.     "schema": {
  3.         "ControlType": "Text (100)",
  4.         "Description": "Text (100)",
  5.         "PropertyName": "Text (100)",
  6.         "PropertyValue": "Text (255)",
  7.         "ControlLicense": "Text (255)",
  8.         "ControlWidth": "Text (50)",
  9.         "ControlHeight": "Text (50)"
  10.     },
  11.     "data": [
  12.         {
  13.             "ControlType": "VB.TextBox",
  14.             "Description": "Visual Basic Textbox",
  15.             "PropertyName": "Text",
  16.             "PropertyValue": "Hello textbox"
  17.         },
  18.         {
  19.             "ControlType": "VB.CommandButton",
  20.             "Description": "Visual Basic Button",
  21.             "PropertyName": "Caption",
  22.             "PropertyValue": "Hello button"
  23.         },
  24.         {
  25.             "ControlType": "VB.CheckBox",
  26.             "Description": "Visual Basic Checkbox (checked)",
  27.             "PropertyName": "Value",
  28.             "PropertyValue": "2"
  29.         },
  30.         {
  31.             "ControlType": "VB.CheckBox",
  32.             "Description": "Visual Basic Checkbox",
  33.             "PropertyName": "Caption",
  34.             "PropertyValue": "Hello checkbox"
  35.         },
  36.         {
  37.             "ControlType": "RichText.RichTextCtrl",
  38.             "Description": "Rich Text Box",
  39.             "PropertyName": "TextRTF",
  40.             "PropertyValue": "Hello rich text",
  41.             "ControlLicense": " qhj ZtuQha;jdfn[iaetr ",
  42.             "ControlWidth": "200",
  43.             "ControlHeight": "100"
  44.         }
  45.     ]
  46. }